home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / Starsiege / tribesdemo.exe / Disk1 / data1.cab / Tribes_Demo / base / scripts.vol / interiorLight.cs < prev    next >
Encoding:
Text File  |  1999-09-14  |  361 b   |  14 lines

  1. //-------------------------------------- Interior light scripting functions...
  2. //                                        based on the tsshape animation functions
  3. //
  4. function Interior::lightOn(%int, %light)
  5. {
  6.    Interior::setLightTime(%int, %light, 0.5);
  7. }
  8.  
  9. function Interior::lightOff(%int, %light)
  10. {
  11.    Interior::setLightTime(%int, %light, 0);
  12. }
  13.  
  14.